home *** CD-ROM | disk | FTP | other *** search
- Path: venus.ConnectI.com!news
- From: garden@Connecti.com
- Newsgroups: comp.lang.rexx
- Subject: VisProRexx VpDraw examples wanted.
- Date: 30 Jan 1996 12:52:34 GMT
- Organization: Connect International
- Distribution: inet
- Message-ID: <4el4ai$8gi@venus.ConnectI.com>
- References: <4ehjah$60@bingnet1.cc.binghamton.edu>
- Reply-To: garden@Connecti.com
- NNTP-Posting-Host: ppp6675.connecti.com
- X-Newsreader: IBM NewsReader/2 v1.03
-
- I am writting an application in VisProRexx to facilitate flowcharting. I am
- using the VpDraw functions in a Free Form window. Does anyone have an
- example of the calls that you make to draw a box and fill it with a pattern?
-
- I have coded the following with no success, it does not even draw the box:
-
- rc=VpDraw(window,'1000','BEGINPATH')
- rc=VpDraw(window,'1000','PATTERN',3)
- rc=VpDraw(window,'1000','MOVE',begin_x,begin_y)
- rc=VpDraw(window,'1000','BOX',end_x,end_y)
- rc=VpDraw(window,'1000','FILLPATH')
- rc=VpDraw(window,'1000','ENDPATH')
-